home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap13 / dun13_6.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  342 b   |  17 lines

  1. <HTML>
  2.  
  3. <BODY id=DocBody BGCOLOR=#C0C0C0>
  4.  
  5.  
  6.  
  7. <SCRIPT FOR="myBold" EVENT="onClick" LANGUAGE="VBScript">
  8.  
  9.     msgbox myStyle.style.filter
  10.  
  11.     myFont.size=myFont.size+1
  12.  
  13. </SCRIPT>
  14.  
  15.  
  16.  
  17. <SPAN id=myStyle STYLE="filter:glow;width:100;height:50">
  18.  
  19. <FONT id=myFont size=1>
  20.  
  21. <B ID=myBold>text</B>
  22.  
  23. </FONT>
  24.  
  25. </SPAN>
  26.  
  27.  
  28.  
  29. </BODY>
  30.  
  31. </HTML>
  32.  
  33.